Name | Format Script Containers |
Description | Format script containers are very simple script containers used for formatting messages.
'<[name]>' is available as a special def as well for use with the 'on player chats' event to fill the player's name properly. Note that 'special' means special: these tags behave a little funny in certain circumstances. In particular, these can't be used as real tags in some cases, including for example when determining a format script in the 'player chats' event. |
Group | Script Container System |
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/scripts/containers/core/FormatScriptContainer.java#L17 |